Package com.cisco.pt.ipc.impl
Class IPCDataImpl
java.lang.Object
com.cisco.pt.ipc.impl.IPCDataImpl
- All Implemented Interfaces:
IPCData
- Direct Known Subclasses:
ACLStatementImpl,ARPEntryImpl,ARPRequestImpl,ARPTableImpl,BluetoothDeviceImpl,BootSystemEntryImpl,CDPNeighborImpl,CloudSubLinkImpl,CommandHistoryImpl,CommandPrivilegeImpl,DHCPPoolLeaseImpl,DLCITableImpl,EIGRPNeighborImpl,EIGRPSummaryAddressImpl,EIGRPTopologyEntryImpl,EIGRPTopologyTableImpl,FlowChartNodeImpl,FrameDecisionImpl,FrameRelayMapEntryImpl,IPV6AddressConfigImpl,L2NatEntryImpl,L2NatTableImpl,MACEntryImpl,MACTableImpl,NATConfigEntryImpl,NATEntryImpl,NATListImpl,NATPoolImpl,NATTableImpl,NATv6EntryImpl,NATv6ListImpl,NATv6PoolImpl,NATv6TableImpl,OSPFAreaNetworkImpl,OSPFDatabaseImpl,OSPFNeighborImpl,RoutingEntryImpl,RoutingNetworkImpl,RoutingTableImpl,SignalImpl,StaticMacImpl,TimedAsExternalLSAImpl,TimedNetworkLSAImpl,TimedRouterLSAImpl,TimedSummaryLSAImpl,TimedType7LSAImpl,UserDesktopAppCliConfigImpl,WirelessProfileImpl
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected static voidcheckType(EncodedBuffer buff, byte type) protected booleanpduReadBoolean(EncodedBuffer buff) protected bytepduReadByte(EncodedBuffer buff) protected doublepduReadDouble(EncodedBuffer buff) protected floatpduReadFloat(EncodedBuffer buff) protected intpduReadInt(EncodedBuffer buff) protected IPAddressprotected IPCDatapduReadIPCData(EncodedBuffer buff) protected IPV6Addressprotected longpduReadLong(EncodedBuffer buff) protected MACAddresspduReadPair(EncodedBuffer buff) protected StringpduReadQString(EncodedBuffer buff) protected shortpduReadShort(EncodedBuffer buff) protected StringpduReadString(EncodedBuffer buff) protected UUIDpduReadUUID(EncodedBuffer buff) pduReadVector(EncodedBuffer buff, byte subType) abstract voidread(EncodedBuffer buffer) protected booleanreadBoolean(EncodedBuffer buff) protected bytereadByte(EncodedBuffer buff) protected doublereadDouble(EncodedBuffer buff) protected floatreadFloat(EncodedBuffer buff) protected intreadInt(EncodedBuffer buff) protected IPAddressreadIPAddress(EncodedBuffer buff) protected IPCDatareadIPCData(EncodedBuffer buff) protected IPV6AddressreadIPV6Address(EncodedBuffer buff) protected longreadLong(EncodedBuffer buff) protected MACAddressreadMACAddress(EncodedBuffer buff) readPair(EncodedBuffer buff) protected StringreadQString(EncodedBuffer buff) protected shortreadShort(EncodedBuffer buff) protected StringreadString(EncodedBuffer buff) protected UUIDreadUUID(EncodedBuffer buff) readVector(EncodedBuffer buff)
-
Constructor Details
-
IPCDataImpl
public IPCDataImpl()
-
-
Method Details
-
read
-
readBoolean
-
readByte
-
readIPCData
-
readDouble
-
readFloat
-
readInt
-
readIPAddress
-
readIPV6Address
-
readLong
-
readMACAddress
-
readPair
-
readShort
-
readQString
-
readString
-
readUUID
-
readVector
-
checkType
-
pduReadBoolean
-
pduReadByte
-
pduReadIPCData
-
pduReadDouble
-
pduReadFloat
-
pduReadInt
-
pduReadIPAddress
-
pduReadIPV6Address
-
pduReadLong
-
pduReadMACAddress
-
pduReadPair
-
pduReadShort
-
pduReadQString
-
pduReadString
-
pduReadUUID
-
pduReadVector
-